今天要試著將靜態網頁
,裡面的HTML、CSS、Javascript打包成一個WorldPress自製主題
,可以進一步了解PHP與這三劍客合作的緊密關係!讓我們繼續看下去。
<?php echo get_theme_file_uri('/images/library-hero.jpg') ?>
<?php
get_header();
get_footer();
?>
<?php
wp_enqueue_script('main-university-js', get_theme_file_uri('/js/scripts-bundled.js'), NULL, microtime(), true);
?>
<?php
wp_enqueue_style('custom-google-fonts', '//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,300,400,400i,700,700i');
?>
<?php
wp_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
?>
開個自製主題
內容的大坑,目前展示的只是初步階段,將靜態內容打包,還沒變成為動態連結資料庫,有興趣可以參考上方 github 作者@LearnWebCode,有更進一步的影片教學。
另外還可以朝自製外掛
錢進,「想要我的財寶嗎?想要就都給你吧,去找吧!我把世界上的一切的放在了那裡……」-OnePiece哥爾·D·羅傑!